home *** CD-ROM | disk | FTP | other *** search
- Path: easy1.worldaccess.nl!usenet
- From: emwoud@worldaccess.nl (E.M. van der Wouden)
- Newsgroups: comp.lang.c++
- Subject: CommonDialog for opening files
- Date: 5 Apr 1996 18:38:04 GMT
- Organization: World Access, the easy way to Internet
- Message-ID: <4k3pac$ndn@easy1.worldaccess.nl>
- NNTP-Posting-Host: rtd1-3.worldaccess.nl
-
- My problem is the following:
-
- I copied a piece of programming from a book, so I could use a File Open Dialog
- to get file-info for a program I'm writing.
-
- Everything works as it should be, but when I finish the program I get a GPF error
- message.
- I noticed the following:
-
- When I open the dialog and cancel it right after it. No GPF.
- When I open the dialog and change the directory, I get a GPF.
-
- If I had a GPF everytime I used the dialog, even after a cancel, then I would have
- known that it would have been an error in my programming, but I'm not sure
- anymore. Maybe it is a problem within Turbo C++ 4.5 for windows.
- My operatingsystem is Windows 95.
-
-
- Please HELP me.
-